require "import"
import "android.content.Intent"

intent = Intent("android.intent.action.VOICE_COMMAND")
this.startActivity(intent)